Operation Document.PushList (Push Document List)
In component BuiltIn
Description
Push the input document list on the context stack. The document list can be restored later as the input using the corrresponding pop operation. Returns the input document list.
Operation id | Document.PushList |
---|---|
Category | Push & Pop |
Label | Push Document List |
Requires | |
Since |
Parameters
No parameters.
Signature
Inputs | documents |
---|---|
Outputs | documents |
Implementation Information
Implementation Class | Class: org.nuxeo.ecm.automation.core.operations.stack.PushDocumentList |
---|---|
Contributing Component | BuiltIn |
JSON Definition
{ "id" : "Document.PushList", "label" : "Push Document List", "category" : "Push & Pop", "requires" : null, "description" : "Push the input document list on the context stack. The document list can be restored later as the input using the corrresponding pop operation. Returns the input document list.", "url" : "Document.PushList", "signature" : [ "documents", "documents" ], "params" : [ ] }